Modifier and Type | Method and Description |
---|---|
private void |
Parser.destroy()
Closes the input input file specified in the
parse() method. |
private void |
Parser.init()
Opens the input file specified in the
parse() method. |
void |
Parser.parse(File inputFile,
IParserHandler handler)
Parses the HTML file and converts it using the particular handler.
|
Constructor and Description |
---|
Configuration(String configFilePath)
Loads all the configuration.
|
Convertor(File outputFile,
String configFilePath)
Opens the output file.
|
ParserHandler(File outputFile,
String configFilePath)
Cstr.
|